-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update structured cloning for recent changes to HTML #1108
Conversation
@henbos @martinthomson can you take a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except the Serializable should be moved to RTCCertificate.
webrtc.html
Outdated
@@ -1321,7 +1328,7 @@ | |||
objects.</p> | |||
<div> | |||
<pre class="idl"> | |||
[ Constructor (optional RTCConfiguration configuration)] | |||
[ Serializable, Constructor (optional RTCConfiguration configuration)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's the RTCCertificate that is Serializable, not the RTCPeerConnection?
6ecfa8d
to
ad9ca76
Compare
Thanks, fixed! |
LGTM. |
@domenic : this PR was merged and then reverted via #1171. The reason for reverting was purely that we got pushback for referencing whatwg html (something we did already before, but it was detected now), and thus we reverted and referenced w3c html. I think everyone likes the new way to do "Safe passing of structured data" better, and I've raised an Issue on the html (5.2) spec (w3c/html#898) to introduce it in the w3c version. |
Welp, if there's a conflict between technical excellence and bureacracy, I can't help you there. I tried my best. |
We're grateful for that, and hope we can sort out the bureaucracy soon! |
Fixes #1089.
It'd be good for someone with domain knowledge that this makes sense as defined for the internal slots.